home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / HDS 3.02 / HDS / hdsinout.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-12  |  439 b   |  11 lines  |  [TEXT/MPS ]

  1. /*
  2.     Datei:    hdsinout.h                                                     
  3.     Zweck:    Prototypen der Datei hdsinout.c                                
  4.             MkProto, Generator für Prototypen und andere
  5.             Moduldefinitionen aus einer Implementierungsdatei (.c). */
  6.  
  7. extern void hdsoutl (FILESPEC *fs, long rec1, long rec2);
  8. extern void hdsout (FILESPEC *fs);
  9. extern char *hdsin (FILESPEC *sin, FILESPEC *sout);
  10. extern void hdsinl (FILESPEC *sin);
  11.